Configurates
C1.Web.Mvc.Olap.PivotFieldBase.WeightField. Sets the header specifies the field used as a weight for calculating aggregates on this field.
Syntax
'Declaration
Public Function WeightField( _
ByVal As String _
) As
public WeightField(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also